replace

From Documentation
String replace(String src, String from, String to)
i.e., StringFns.replace(String, String, String)

Replaces all occurrances of 'from' in 'src' with 'to'.

Version History

Last Update : 2012/10/24


Version Date Content
     



Last Update : 2012/10/24

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.